internal/runtime/maps.Map.used (field)
27 uses
internal/runtime/maps (current package)
map.go#L199: used uint64
map.go#L398: return m.used
map.go#L502: if m.used < abi.MapGroupSlots {
map.go#L593: m.used++
map.go#L674: if m.used == 0 {
map.go#L702: m.used--
map.go#L757: m.used = 0
map.go#L781: m.used = 0
runtime.go#L237: if m.used < abi.MapGroupSlots {
runtime.go#L338: m.used++
runtime_fast32.go#L189: m.used++
runtime_fast32.go#L220: if m.used < abi.MapGroupSlots {
runtime_fast32.go#L311: m.used++
runtime_fast32.go#L360: if m.used < abi.MapGroupSlots {
runtime_fast32.go#L445: m.used++
runtime_fast64.go#L190: m.used++
runtime_fast64.go#L221: if m.used < abi.MapGroupSlots {
runtime_fast64.go#L312: m.used++
runtime_fast64.go#L366: m.used++
runtime_fast64.go#L399: if m.used < abi.MapGroupSlots {
runtime_fast64.go#L485: m.used++
runtime_faststr.go#L257: m.used++
runtime_faststr.go#L288: if m.used < abi.MapGroupSlots {
runtime_faststr.go#L382: m.used++
table.go#L355: m.used++
table.go#L440: m.used--
table.go#L681: if m == nil || m.used == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |